﻿@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;		/* 网页上边距 */
	margin-bottom: 0px;	/* 网页底边距 */
	margin-left: 0px;	/* 网页左边距 */
	margin-right: 0px;	/* 网页右边距 */
	background-color: #f6f6f6;					/* 网页背景颜色 */
	font-size: 14px;												/* 网页字体大小 */
	font-family: 微软雅黑, Verdana, Arial, Helvetica, sans-serif;	/* 网页字体 */
	color: #404040;												/* 网页文本颜色 */
	line-height: 120%;											/* 标准行高 */
}
/* 一般超级链接 */
a {
	font-size: 12px;
	color: #404040;
	line-height: 120%;
	text-decoration: none;
}				/* 链接属性 */
a:hover {
	font-size: 12px;
	color: #ff0000;
	line-height: 120%;
	text-decoration: none;
}	/* 鼠标悬停时链接属性 */
a.head {
	color: #404040;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
}
a.head:hover {
	color: #545454;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
}
a.more {
	color: #ff0000;
	text-decoration: none;
}
a.more:hover {
	color: #FF0000;
	text-decoration: none;
}
a.left_14 {
	color: #404040;
	text-decoration: none;
	font-size: 14px;
}
a.left_14:hover {
	color: #ff0000;
	text-decoration: none;
	font-size: 14px;
}
a.pro {
	color: #246FB1;
	text-decoration: none;
}
a.pro:hover {
	color: #FF0000;
	text-decoration: none;
}
/*去掉热点地图上的区域线框与超链接的线框*/
a {
blr:expression(this.onFocus=this.blur())
}
area {
blr:expression(this.onFocus=this.blur())
}
/*表格属性*/
table {
	font-size: 14px;
	line-height: 20px;
	border-collapse: collapse;/*自动把相同的边框线合并*/
}
/*边距离*/
.padding {
	padding: 5px;
}
/*白色文本*/	
.text_white {
	color: #FF0000;
	font-size: 12px;
	line-height: 1.5em;
}
img {
	border: 0px;				/* 图像边框大小 */
	border-color: #404040;	/* 图像边框颜色 */
	border-style: solid;		/* 图像边框线条 */
}
.i {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, 宋体, sans-serif;
	color: #404040;					/* 边框线条样式 */
	border: 1px solid #cccccc;							/* 边框线条大小 */
	background-color: #ffffff;			/* 背景颜色 */
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.title_12 {
	color: #ff3300;
	font-size: 12px;
	line-height: 120%;
	font-weight: 600;
}		/* 标题字体为12像素 */
.title_14 {
	color: #ff3300;
	font-size: 14px;
	line-height: 120%;
	font-weight: 600;
}		/* 标题字体为14像素 */
/* 红色字 */
.text_red12 {
	color: #ff0000;
	font-size: 12px;
	line-height: 120%;
}
.text_red12b {
	color: #ff0000;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
}
.text_red14 {
	color: #ff0000;
	font-size: 14px;
	line-height: 120%;
}
/* 蓝色字 */
.text_blue12 {
	color: #246FB1;
	font-size: 12px;
	line-height: 120%;
}
.text_blue14 {
	color: #0000ff;
	font-size: 14px;
	line-height: 120%;
}
/* 黑色字 */
.text_black12 {
	color: #404040;
	font-size: 12px;
	line-height: 120%;
}
.text_black14 {
	color: #404040;
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
}
.text_black16 {
	color: #404040;
	font-size: 16px;
	line-height: 120%;
}
/* 灰色字 */
.text_gray12 {
	color: #999999;
	font-size: 12px;
	line-height: 120%;
}
/* 白色字 */
.text_white12 {
	color: #ffffff;
	font-size: 12px;
	line-height: 120%;
}
.text_white14 {
	color: #ffffff;
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
}
.text_white18 {
	color: #ffffff;
	font-size: 16px;
	line-height: 120%;
}
.text_div			/* 文本区样式 */ {
	font-family: arial;
	font-size: 12px;
	line-height: 120%;
	color: #000000;
	background-color: #DDEDFB;
	margin: 5px;
	padding: 5px;
	width: 520px;
	border: 1px solid #0099CC;
	clear: both;
}
.bg1 {
	background-image: url(images/01.jpg);
}
.bg2 {
	background-image: url(images/02.jpg);
}
/* 首页幻灯片 */
#slide-index {
	min-width: 1000px;
	height: 402px;
	overflow: hidden;
	position: relative;
}
#slide-index .slides {
	min-width: 1000px;
	width: auto;
	height: 402px;
}
#slide-index .slide {
	min-width: 1000px;
	height: 402px;
	float: left;
	padding: 0px;
	position: relative;
}
#slide-index .image {
	z-index: -1;
	display: inline-block;
	position: relative;
}
#slide-index .text, #slide-index .button {
	z-index: -2;
	top: -500px;
	position: absolute;
}
#slide-index .button {
	display: none;
	width: 138px;
}
#slide-index .control {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	height: 19px;
	cursor: pointer;
	z-index: 40;
	left: 0px;
}
#slide-index .control a {
	position: relative;
	width: 11px;
	height: 11px;
	cursor: pointer;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(/Template/cn/images/000505.gif);
	margin-right: 6px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#slide-index .control a:hover, #slide-index .control a.active {
	background-image: url(/Template/cn/images/000506.gif);
	opacity: 1;
	filter: alpha(opacity=100);
}
.autoMaxWidth {
	overflow: hidden;
	height: 232px;
}
.latest-news {
	float: left;
	height: 30px;
	overflow: hidden;
	width: 400px;
}
.latest-news a {
	color: #fff;
	line-height: 30px;
	display: inline-block;
}
.latest-news a:hover {
	color: #fff;
	line-height: 30px;
	display: inline-block;
}
.latest-news .content {
	float: left;
	height: 30px;
	width: 400px;
	text-align: left;
	padding-left: 10px;
}
.latest-news .content div {
	line-height: 30px;
	overflow: hidden;
}
/* 首页新闻上滚动 */
.shell {
	width: 650px;
	padding: 0px;
}
#div1 {
	height: 29px;
	overflow: hidden;
}
#div1 a {
	display: block;
	line-height: 29px;
}




.qx_t1 { background:#EBEBEB; margin: 0px auto 15px; height: 32px; width: 593px; padding-left: 365px; font: 24px/28px "微软雅黑"; color: #333; }
.qx_list{width:720px; overflow:hidden; margin:0 auto}
.qx_list ul li { background: #FFF; padding: 9px 8px; border: 1px solid #E5E5E5; border-radius:5px; float: left; width: 212px; margin: 0px 10px 10px 0px; text-align:left; }
.qx_list ul li:hover { border:1px #09F solid; }
.qx_list ul li h2 { text-align:left; border-bottom:1px #ccc dotted; line-height:35px; color:#00C0FF }
.qx_list ul li p{ text-indent:10px; }
.qx_list ul li p a { text-indent:5px; font-size:14px; }
.qx_picBox { border: 1px solid #E9E9E9; height: 71px; width: 210px; margin-bottom: 8px; }
.qx_txt { font-size: 14px; line-height: 24px; }
.qx_txt p{margin-bottom: 8px; padding-left: 13px;}
.qx_list ul { width: 980px; }
